NINJAL 変体仮名フォント
NINJAL 変体仮名フォントは、学術情報の交換を目的として制作された変体仮名のフォントです。文字の選字・変体仮名文字コード標準化の流れについては、トップページをご覧ください。Unicode 10.0 に準拠し、変体仮名(U+1B001 から U+1B11E)のみで構成され、漢字および平仮名・記号等は含まれておりません。 https://scrapbox.io/files/629e025e390a91002356a129.woff2
code:css
@font-face {
font-family: 'Hentai';
src: url(/files/629e025e390a91002356a129.woff2) format('woff2');
}
/* Font Awesomeを常時使えるようにするCSS + Hentai*/
div.editor, .grid li {
font-family: "Roboto",Helvetica,Arial,"Hiragino Sans","Font Awesome 5 Free","Font Awesome 5 Brands", "AppIcons", sans-serif, Hentai;
}
Refused to load the font 'https://storage.googleapis.com/scrapbox-file-distribute/...?...filename%3D%22629e025e390a91002356a129.woff2%22...' because it violates the following Content Security Policy directive: "font-src 'self' cdnjs.cloudflare.com fonts.gstatic.com".
あー、そうなるのか。同一ドメインだからいけるんじゃね?と思ったら単にリダイレクトする設計になってるのか…nishio.icon